home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / guile-ii.src / guile-ii / guile-src / libguile / ChangeLog < prev    next >
Encoding:
Text File  |  1995-08-17  |  1.2 KB  |  40 lines

  1. Tue May 16 17:49:58 1995  Mikael Djurfeldt  <mdj@sanscalc.nada.kth.se>
  2.   
  3.     * guile.c: Changed init file name from "SCM_INIT_PATH" to
  4.        "GUILE_INIT_PATH"
  5.  
  6. Sun Aug  6 15:14:46 1995  Andrew McCallum  <mccallum@vein.cs.rochester.edu>
  7.  
  8.     * guile.c (gscm_is_gscm_type): New function.  (Without this how will we
  9.     know that it's safe to pass an object to gscm_get_type?)
  10.     (gscm_get_type): Fix tyop in error message.
  11.  
  12.     * variable.c (scm_variable_ref): fixed assertion test.
  13.     (Robert STRANDH <strandh@labri.u-bordeaux.fr>)
  14.  
  15.     * gscm.h: fixed several prototypes, notably gscm_vref.
  16.     Add gscm_is_eq and temporarily commented out gscm_eq (see
  17.     the note in gscm.h near gscm_eq if this change effects your
  18.     code). 
  19.     (Reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
  20.  
  21.     * pairs.c (scm_obj_length): see next entry.
  22.  
  23.     * gscm.h (gscm_obj_length): A way to get an integer
  24.     length for lists, strings, symbols (treated as strings),
  25.     and vectors.  Returns -1 on error.
  26.  
  27.     * eq.c (scm_equal_p): fixed smob case.
  28.     (William Gribble <grib@arlut.utexas.edu>)
  29.  
  30.     * Makefile.in (X_CFLAGS): defined.
  31.     (William Gribble <grib@arlut.utexas.edu>)
  32.  
  33.     * gscm.h (gscm_2_double): provided now 
  34.     (reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
  35.  
  36. Tue Jun 13 01:04:09 1995  gnu
  37.     * Vrooom!
  38.  
  39.  
  40.